Skip to content

Commit 802479d

Browse files
authored
more benchmarks + optimize (#74)
* update * hook it in * refactor * optimize
1 parent df8246e commit 802479d

5 files changed

Lines changed: 13726 additions & 888 deletions

File tree

.github/workflows/regression.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# alternate base/PR passes so both sides sample the same machine conditions
4646
- name: run benchmarks
4747
run: |
48-
for i in 1 2 3 4 5 6 7; do
48+
for i in 1 2 3; do
4949
node after/perf/run.mjs before/output before.json
5050
node after/perf/run.mjs after/output after.json
5151
done

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"private": true,
55
"scripts": {
66
"test262": "abaplint && abap_transpile && node test262/run.mjs",
7+
"perf": "abaplint && abap_transpile && node perf/run.mjs output",
78
"test": "abaplint && abap_transpile && node output/index.mjs"
89
},
910
"repository": {

0 commit comments

Comments
 (0)