Skip to content

Commit d600452

Browse files
committed
Tiny changes
1 parent 10ab2c2 commit d600452

File tree

8 files changed

+7
-73
lines changed

8 files changed

+7
-73
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,6 @@ build
127127
.vscode
128128

129129
wasm
130+
131+
# benchmark results
132+
results.ndjson

.gitlab/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ benchmarks:
3030
UPSTREAM_COMMIT_SHA: $CI_COMMIT_SHA # The commit revision the project is built for.
3131
UPSTREAM_PROJECT_ID: $CI_PROJECT_ID # The ID of the current project. This ID is unique across all projects on the GitLab instance.
3232
UPSTREAM_PROJECT_NAME: $CI_PROJECT_NAME # "dd-wasm-js-rewriter"
33-
MAJOR_VERSION: 22
33+
MAJOR_VERSION: 22

benchmark/sirun/Dockerfile

Lines changed: 0 additions & 39 deletions
This file was deleted.

benchmark/sirun/Readme.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

benchmark/sirun/results.ndjson

Lines changed: 0 additions & 2 deletions
This file was deleted.

benchmark/sirun/rewrite/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
!node_modules
1+
!node_modules

benchmark/sirun/rewrite/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
"run_with_affinity": "bash -c \"taskset -c $CPU_AFFINITY node client.js\""
1212
}
1313
}
14-
}
14+
}

benchmark/sirun/rewrite/node_modules/test/file.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)