Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/go/libraries/doltcore/sqle/logictest/main/main.go: Add withdurations option #423

Merged
merged 6 commits into from
Feb 25, 2020

Conversation

coffeegoddd
Copy link
Contributor

No description provided.

Copy link
Member

@zachmu zachmu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same comment as in the other repo. Just always parse durations, way simpler.

Copy link
Member

@zachmu zachmu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LG, just one comment

@@ -91,6 +91,7 @@ func NewDoltRecordResult(e *logictest.ResultLogEntry) *DoltResultRecord {
TestFile: e.TestFile,
LineNum: e.LineNum,
Query: e.Query,
Duration: e.Duration.String(),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would make this a numeric type and specify units. We don't have a duration type in dolt.

@@ -91,6 +91,7 @@ func NewDoltRecordResult(e *logictest.ResultLogEntry) *DoltResultRecord {
TestFile: e.TestFile,
LineNum: e.LineNum,
Query: e.Query,
Duration: e.Duration.String(),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would make this a numeric type and specify units. We don't have a duration type in dolt.

@coffeegoddd coffeegoddd merged commit 3044622 into master Feb 25, 2020
@Hydrocharged Hydrocharged deleted the db/dolt-benchmark-sql-logic branch April 8, 2020 01:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants