Commit Graph

124 Commits

Author SHA1 Message Date
Maximilian Hoffman
d256c49cee Remove bulk_insert CI benchmark (#6935) 2023-11-02 16:22:30 -07:00
coffeegoddd
d207a9bb3c /.github/scripts/performance-benchmarking/get-mysql-dolt-job-json.sh: revert precision 3 2023-11-01 15:56:46 -07:00
coffeegoddd
82e21b397d /.github/scripts/performance-benchmarking/get-mysql-dolt-job-json.sh: fix multiplier 2023-11-01 15:24:38 -07:00
coffeegoddd
d75499d0fb /.github/scripts/performance-benchmarking/get-mysql-dolt-job-json.sh: bump multiplier precision 2023-11-01 13:24:14 -07:00
coffeegoddd
3f0d9a06e8 /.github/scripts/sql-correctness/get-dolt-correctness-job-json.sh: change correctness precision 2023-10-11 09:38:36 -07:00
Nick Tobey
810faea574 Add nicktobey and fulghum to approved commentors for triggering github actions from PR comments. 2023-08-01 12:28:20 -07:00
coffeegoddd
a684a3c360 /.github/scripts: use lowercase actor name in path 2023-07-27 09:56:56 -07:00
coffeegoddd
b944df67ca /.github/scripts/{performance-benchmarking,sql-correctness}: remove doltnbf from key string 2023-07-13 10:06:17 -07:00
Max Hoffman
54c06e88bc merge perf no setup merge 2023-02-28 12:22:36 -08:00
Max Hoffman
ed6fcdb51f more merge perf tests 2023-02-28 10:27:55 -08:00
Maximilian Hoffman
cf68349fae [no-release-notes] merge perf bench edits (#5437)
* initial

* fixes

* fix setup script

* dolt config

* dolt config
2023-02-27 17:33:05 -08:00
Max Hoffman
07c9fa813c shutil for rm 2023-02-27 13:11:27 -08:00
Max Hoffman
81bc6e6e80 no error for rmdir 2023-02-27 13:06:38 -08:00
Maximilian Hoffman
13f1f33953 [no-release-notes] merge perf bench (#5436)
* initial

* fixes
2023-02-27 12:57:26 -08:00
Maximilian Hoffman
a614a39230 [no-release-notes] revert systab CI (#4922)
* Revert "cat job.json"

This reverts commit e23f7b304a.

* Revert "indent error"

This reverts commit f074dee15d.

* Revert "starter (#4912)"

This reverts commit 02809af1b9.
2022-12-05 10:03:00 -08:00
Max Hoffman
e23f7b304a cat job.json 2022-12-05 09:17:32 -08:00
Maximilian Hoffman
02809af1b9 starter (#4912) 2022-12-02 12:56:09 -08:00
Andy Arthur
6a1c6156a0 update andy's github username 2022-12-02 10:47:29 -08:00
Maximilian Hoffman
2240cd2da7 delete old files (#4757) 2022-11-11 08:14:44 -08:00
Maximilian Hoffman
08167dfd5d Redo import perf (#4689)
* import perf harness prog

* more test isolation

* rework common dep

* fix server driver

* delete old files, fix readme

* more readme fixes

* batching edits

* edits

* skip import tests by def

* GA starter

* rename

* fix arg name

* change input name again

* remove espaced character from input desc

* fix env definition

* fix env definition

* fix workflow_dispatch name

* CI test files

* remove os spec

* runs on

* different set variable

* defaults

* defaults

* remove local GMS

* edits

* run bench from go/ directory

* dropped def equals

* go run, not go build

* fix output command name

* configure dolt

* fix query file path

* fix query file path

* switch query and inputs

* fix format <<EOF

* reformat yaml

* debug output

* more debug output

* fix echo -> cat

* fix to json flag

* fix yaml spacing

* yaml spacing

* yaml spacing

* revert html spacing

* json format

* env var expansion

* echo not cat

* another json string printing error

* no echo

* log template

* no template string

* wrong parameter, template should be templateName

* remove console.log

* pass file, not string, to ses

* rely on preexisting template? email action interface

* fix yaml

* fix html print

* fix html header

* change ci script

* fix sql-server connection pass

* mysql no password, setup default db

* put password back

* missed port for default database

* expanded CI tests

* shorter test file

* extend ci tests

* change default query

* try to push to dolthub

* modify push to dolthub

* duplicate test names

* typo

* dolt-action version

* invalid param for dolt_action

* specify feature branch

* specify main branch dolt-action

* -b flag first

* dont need -q flag for batch EOF

* combine results and dolthub push

* missing curly brace

* no auth

* new creds

* new cred fun

* use the cred key

* try again

* log table

* move push out of batch

* more logging

* new vs old branch

* fix branch rule

* more test

* all tests

* smaller tests

* smaller tests

* double env: key

* fix yaml error

* more yaml errors

* more yaml errors

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

* linting fixes, remove other import nightly

* linting

* go vet

* licenses

* fix compile errorrs

* warn don't panic on init()

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

* no external package

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

* unused dep

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

* Revert perf scripts

* refactor to repo dispatch

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2022-11-10 12:56:43 -08:00
coffeegoddd
285c9fc928 /.github/{scripts,workflows}: remove release run arg 2022-11-07 11:33:31 -08:00
coffeegoddd
b2773ebebf /.github/scripts/{performance-benchmarking,sql-correctness}: fix ci scripts 2022-11-04 09:11:29 -07:00
coffeegoddd
f9e075272c /.github/{scripts,workflows}: add release run arg to latency and correctness jobs 2022-11-03 11:25:56 -07:00
coffeegoddd
78dec60428 /.github/scripts/{import-benchmarking,sql-correctness}: add format to jobname 2022-10-26 14:26:24 -07:00
Dustin Brown
7d81a09c00 Merge pull request #4563 from dolthub/db/update-ci
[no-release-notes] /.github/{scripts,workflows}: bump actions
2022-10-24 11:02:39 -07:00
coffeegoddd
24bfc6b35e /.github/scripts/{fuzzer, import-benchmarking, performance-benchmarking}: add nbf to job name 2022-10-19 12:09:31 -07:00
coffeegoddd
87b002fccb /.github/{scripts,workflows}: bump actions 2022-10-17 13:13:03 -07:00
Andy Arthur
8da16c397d update benchmark scripts with new join benchmark 2022-08-29 10:52:53 -07:00
coffeegoddd
aad9e65542 /.github/scripts/import-benchmarking: use email-template arg 2022-08-11 13:24:49 -07:00
Andy Arthur
967cf6ae79 remove __DOLT_1__ in favor of __DOLT__ 2022-08-09 14:44:26 -07:00
coffeegoddd
c149eb10a3 /{.github, go}: add quotation mark, print test name before each test 2022-08-04 16:26:59 -07:00
Maximilian Hoffman
acb61d68e7 new blob write test for sysbench (#4013) 2022-08-04 09:36:03 -07:00
Maximilian Hoffman
45c9973219 blob sysbench (#3981)
* irrelevent cahnge

* new tests
2022-08-02 07:18:58 -07:00
coffeegoddd
1e7a6002aa /.github/scripts/{import-benchmarking,performance-benchmarking,sql-correctness}: add email alert to jobs 2022-07-26 14:33:58 -07:00
coffeegoddd
c09e1ac75e /.github/{scripts,workflows}: fix run correctness args 2022-07-22 16:36:21 -07:00
coffeegoddd
8d4ef5ad58 /.github/{scripts,workflows}: ensure noms bin format gets sent in payload 2022-07-22 10:06:47 -07:00
coffeegoddd
2eb83de16a /.github/{actions,workflows}: fix correctness for both formats 2022-07-21 15:42:44 -07:00
coffeegoddd
60f7f2a9dc /.github/{scripts,workflows}: run tpcc as separate job 2022-07-21 14:41:46 -07:00
coffeegoddd
3df6fd75ae /.github/scripts/performance-benchmarking/get-mysql-dolt-job-json.sh: make mysql script args match dolt script args 2022-07-21 09:45:10 -07:00
Vinai Rachakonda
117b64807e [skip ci] [no-release-notes] Add bucket configuration for performance-benchmarking-report (#3839) 2022-07-20 11:22:32 -07:00
coffeegoddd
9202b2611f /.github/scripts/sql-correctness/get-dolt-correctness-job-json.sh: fix typo 2022-07-20 10:52:04 -07:00
Dustin Brown
d059622be7 Update get-dolt-correctness-job-json.sh
fix invalid json
2022-07-20 10:11:10 -07:00
Andy Arthur
df5c03aec2 fix performance-benchmarking/run-benchmarks.sh 2022-07-18 11:55:57 -07:00
Andy Arthur
1a888b42c7 turn off INIT_BIG_REPO option for __DOLT_1__ 2022-07-18 11:02:07 -07:00
Andy Arthur
41c92f8c60 add __DOLT_1__ to nightly correctness and benchmarking 2022-07-15 14:50:01 -07:00
Vinai Rachakonda
a159d04c3d [no-release-notes] Import Benchmark workflow updates (#3837) 2022-07-15 10:51:39 -07:00
Vinai Rachakonda
e357c4198c [no-release-notes] Update configuration files for generating import benchmark (#3828) 2022-07-14 18:21:40 -07:00
Vinai Rachakonda
3f985c76d1 Revamp the Import Benchmarker (#3744) 2022-07-13 18:27:14 -07:00
Andy Arthur
e107ff6f03 replace benchmarking usages of oltp_delete with oltp_delete_insert 2022-06-30 14:24:52 -07:00
Maximilian Hoffman
fdf378ace1 index join scan (#3651) 2022-06-21 13:12:22 -07:00