Skip to content

Commit

Permalink
removing benchmark scripts in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Sep 27, 2023
1 parent 136edd5 commit 8f830ed
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 16 deletions.
3 changes: 1 addition & 2 deletions examples/audio_recorder/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"scripts": {
"pretest": "ts-node --transpile-only --ignore=false test/pretest.ts",
"test": "ts-node --transpile-only --ignore=false test/test.ts",
"benchmark": "ts-node --transpile-only --ignore=false benchmark/benchmark.ts"
"test": "ts-node --transpile-only --ignore=false test/test.ts"
},
"dependencies": {
"azle": "0.17.1"
Expand Down
3 changes: 1 addition & 2 deletions examples/motoko_examples/calc/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"scripts": {
"pretest": "ts-node --transpile-only --ignore=false test/pretest.ts",
"test": "ts-node --transpile-only --ignore=false test/test.ts",
"benchmark": "ts-node --transpile-only --ignore=false benchmark/benchmark.ts"
"test": "ts-node --transpile-only --ignore=false test/test.ts"
},
"dependencies": {
"azle": "0.17.1"
Expand Down
3 changes: 1 addition & 2 deletions examples/motoko_examples/counter/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"scripts": {
"pretest": "ts-node --transpile-only --ignore=false test/pretest.ts",
"test": "ts-node --transpile-only --ignore=false test/test.ts",
"benchmark": "ts-node --transpile-only --ignore=false benchmark/benchmark.ts"
"test": "ts-node --transpile-only --ignore=false test/test.ts"
},
"dependencies": {
"azle": "0.17.1"
Expand Down
3 changes: 1 addition & 2 deletions examples/motoko_examples/factorial/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"scripts": {
"pretest": "ts-node --transpile-only --ignore=false test/pretest.ts",
"test": "ts-node --transpile-only --ignore=false test/test.ts",
"benchmark": "ts-node --transpile-only --ignore=false benchmark/benchmark.ts"
"test": "ts-node --transpile-only --ignore=false test/test.ts"
},
"dependencies": {
"azle": "0.17.1"
Expand Down
3 changes: 1 addition & 2 deletions examples/motoko_examples/quicksort/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"scripts": {
"pretest": "ts-node --transpile-only --ignore=false test/pretest.ts",
"test": "ts-node --transpile-only --ignore=false test/test.ts",
"benchmark": "ts-node --transpile-only --ignore=false benchmark/benchmark.ts"
"test": "ts-node --transpile-only --ignore=false test/test.ts"
},
"dependencies": {
"azle": "0.17.1"
Expand Down
3 changes: 1 addition & 2 deletions examples/motoko_examples/simple-to-do/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"scripts": {
"pretest": "ts-node --transpile-only --ignore=false test/pretest.ts",
"test": "ts-node --transpile-only --ignore=false test/test.ts",
"benchmark": "ts-node --transpile-only --ignore=false benchmark/benchmark.ts"
"test": "ts-node --transpile-only --ignore=false test/test.ts"
},
"dependencies": {
"azle": "0.17.1"
Expand Down
3 changes: 1 addition & 2 deletions examples/motoko_examples/whoami/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"scripts": {
"pretest": "ts-node --transpile-only --ignore=false test/pretest.ts",
"test": "ts-node --transpile-only --ignore=false test/test.ts",
"benchmark": "ts-node --transpile-only --ignore=false benchmark/benchmark.ts"
"test": "ts-node --transpile-only --ignore=false test/test.ts"
},
"dependencies": {
"azle": "0.17.1"
Expand Down
3 changes: 1 addition & 2 deletions examples/update/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"scripts": {
"pretest": "ts-node --transpile-only --ignore=false test/pretest.ts",
"test": "ts-node --transpile-only --ignore=false test/test.ts",
"benchmark": "ts-node --transpile-only --ignore=false benchmark/benchmark.ts"
"test": "ts-node --transpile-only --ignore=false test/test.ts"
},
"dependencies": {
"azle": "0.17.1"
Expand Down

0 comments on commit 8f830ed

Please sign in to comment.