Skip to content

Commit

Permalink
chore(ci): tmp disable local hits benchmark (#14625)
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc authored Feb 6, 2024
1 parent bd6880a commit bab4e09
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reuse.benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
matrix:
dataset:
- internal
- hits
# - hits
fail-fast: true
max-parallel: 1
steps:
Expand Down
2 changes: 1 addition & 1 deletion benchmark/clickbench/hits/create.sql
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ CREATE TRANSIENT TABLE hits (
NetMajor SMALLINT NOT NULL,
NetMinor SMALLINT NOT NULL,
UserAgentMajor SMALLINT NOT NULL,
UserAgentMinor BINARY NOT NULL,
UserAgentMinor VARCHAR NOT NULL,
CookieEnable SMALLINT NOT NULL,
JavascriptEnable SMALLINT NOT NULL,
IsMobile SMALLINT NOT NULL,
Expand Down
2 changes: 1 addition & 1 deletion benchmark/clickbench/hits/create_local.sql
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ CREATE TRANSIENT TABLE hits (
NetMajor SMALLINT NOT NULL,
NetMinor SMALLINT NOT NULL,
UserAgentMajor SMALLINT NOT NULL,
UserAgentMinor BINARY NOT NULL,
UserAgentMinor VARCHAR NOT NULL,
CookieEnable SMALLINT NOT NULL,
JavascriptEnable SMALLINT NOT NULL,
IsMobile SMALLINT NOT NULL,
Expand Down

0 comments on commit bab4e09

Please sign in to comment.