Skip to content

Commit

Permalink
Fix TPCC build, add scheduled Bencher runs (#6692)
Browse files Browse the repository at this point in the history
Co-authored-by: Amaury Chamayou <[email protected]>
  • Loading branch information
eddyashton and achamayou authored Dec 6, 2024
1 parent 589cf43 commit 9191fe5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bencher.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: "Bencher: Run Benchmarks"

on:
schedule:
- cron: "0 0 * * 0"
push:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions src/apps/tpcc/app/tpcc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include "../tpcc_serializer.h"
#include "ccf/app_interface.h"
#include "ccf/common_auth_policies.h"
#include "ccf/ds/logger.h"
#include "tpcc_setup.h"
#include "tpcc_tables.h"
#include "tpcc_transactions.h"
Expand Down

0 comments on commit 9191fe5

Please sign in to comment.