Skip to content

Conversation

0x45f
Copy link
Collaborator

@0x45f 0x45f commented Sep 17, 2025

PR Category

Other

Type of Change

Other

Description

Fix sql and ops to run emu
before_start添加两个环境变量 export FLAGGEMS_CACHE_DIR=/tmp/.flaggems; export USE_FLAGGEMS=1

Issue

Progress

  • Change is properly reviewed (1 reviewer required, 2 recommended).
  • Change is responded to an issue.
  • Change is fully covered by a UT.

Performance

values: List[str] = [*queries.values(), *benchmark]
if not self.insert_sql:
self.insert_sql = "INSERT INTO {} VALUES ({});".format(
self.insert_sql = "INSERT OR REPLACE INTO {} VALUES ({});".format(
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think this modification is merged.

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.

2 participants