Skip to content

Commit

Permalink
names fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
vejrj committed Nov 6, 2024
1 parent b47537d commit 23f4b83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/supermassive/src/benchmarks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ queryRunningSuite.add("supermassive - runtime schemaless", async () => {
});

queryRunningSuite.add(
"supermassive - before operation sync hook - runtime schemaless",
"supermassive - before operation execute sync hook - runtime schemaless",
async () => {
const result = await supermassiveExecute({
schemaFragment,
Expand All @@ -106,7 +106,7 @@ queryRunningSuite.add(
);

queryRunningSuite.add(
"supermassive - before operation async hook - runtime schemaless",
"supermassive - before operation execute async hook - runtime schemaless",
async () => {
const result = await supermassiveExecute({
schemaFragment,
Expand All @@ -123,7 +123,7 @@ queryRunningSuite.add(
);

queryRunningSuite.add(
"supermassive - before field sync hook - runtime schemaless",
"supermassive - before field resolve sync hook - runtime schemaless",
async () => {
const result = await supermassiveExecute({
schemaFragment,
Expand All @@ -140,7 +140,7 @@ queryRunningSuite.add(
);

queryRunningSuite.add(
"supermassive - before field async hook - runtime schemaless",
"supermassive - before field resolve async hook - runtime schemaless",
async () => {
const result = await supermassiveExecute({
schemaFragment,
Expand Down

0 comments on commit 23f4b83

Please sign in to comment.