Skip to content

Commit

Permalink
Update Application.cfc
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jul 16, 2024
1 parent 0f2bf41 commit 183e818
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions custom/benchmark/Application.cfc
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
component {
this.name="bench-runner";

application.testSuite = [
"hello-world"
, "json"
, "qoq-hsqldb"
];
function onApplicationStart(){
application.testSuite = [
"hello-world"
, "json"
, "qoq-hsqldb"
];
}
}

0 comments on commit 183e818

Please sign in to comment.